home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / Languages / MacMarlais 0.5.3 / Information / PORTING < prev    next >
Encoding:
Text File  |  1994-08-21  |  763 b   |  19 lines  |  [TEXT/Mrls]

  1.  
  2. The only machine dependent part of Marlais is the garbage
  3. collector[1,2,3].  See the file gc/README for information on porting
  4. the garbage collector to a new architecture or OS.
  5.  
  6. [1] Boehm, H., and M. Weiser, "Garbage Collection in an Uncooperative
  7. Environment", Software Practice & Experience, September 1988,
  8. pp. 807-820.
  9.  
  10. [2] Boehm, H., A. Demers, and S. Shenker, "Mostly Parallel Garbage
  11. Collection", Proceedings of the ACM SIGPLAN '91 Conference on
  12. Programming Language Design and Implementation, SIGPLAN Notices 26, 6
  13. (June 1991), pp. 157-164.
  14.  
  15. [3] Boehm, H., "Space Efficient Conservative Garbage Collection",
  16. Proceedings of the ACM SIGPLAN '91 Conference on Programming Language
  17. Design and Implementation, SIGPLAN Notices 28, 6 (June 1993),
  18. pp. 197-206.
  19.